home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / s / startup1.3 < prev    next >
Text File  |  1994-07-05  |  877b  |  26 lines

  1. c:Original >NIL: ;patch system functions
  2. assign C: Sys:WB-1.3/C/
  3. cd c:
  4. echo "Amiga CDTV Workbench Disk (UK). Release 1.3.2 version 34.28"
  5.  
  6. ;copy Sys:Prefs/Presets/Color.palette1.3 to Ram:Color.palette
  7. ;Bitplanes 4
  8. ;setcolor
  9.  
  10. Sys:System/FastMemFirst ; move C00000 memory to last in list
  11. BindDrivers
  12. SetClock load ;load system time from real time clock (A1000 owners should
  13.               ;replace the SetClock load with Date
  14. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  15. resident c:Execute pure
  16. ;mount newcon:
  17. ;
  18. failat 11
  19. run execute s:StartupII ;This lets resident be used for rest of script
  20. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  21. ;
  22. SYS:System/SetMap gb ;Activate the ()/* on keypad
  23. path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench
  24. LoadWB delay  ;wait for inhibit to end before continuing
  25. endcli >NIL:
  26.